Remove leftover code from 'adding class' change
authorGPSBabel <gpsbabel@users.noreply.github.com>
Tue, 13 Nov 2018 21:07:09 +0000 (15:07 -0600)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 21:07:09 +0000 (15:07 -0600)
As tsteven4 points out, No reasing to move is_internal to local and back

xcsv.cc

diff --git a/xcsv.cc b/xcsv.cc
index 55e91b22d5aa467276d36ad90f4a7391dbeb05bd..4efbe9f549ad3fcd7bb9df71a19368155910e13c 100644 (file)
--- a/xcsv.cc
+++ b/xcsv.cc
@@ -142,10 +142,6 @@ xcsv_destroy_style(void)
   if (xcsv_file.mkshort_handle) {
     mkshort_del_handle(&xcsv_file.mkshort_handle);
   }
-
-  /* return everything to zeros */
-  int internal = xcsv_file.is_internal;
-  xcsv_file.is_internal = internal;
 }
 
 // Given a keyword of "COMMASPACE", return ", ".